@charset "utf-8";
.mtDropdownMenu {
	LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px;
}
.mtDropdownMenu .content {
	POSITION: absolute; 
}
.mtDropdownMenu .items {
    text-align:center; width:135px; line-height:180%; color:#262626; cursor:pointer; background-color:#fff; filter: Alpha(Opacity=80, Style=0); Z-INDEX: 2; LEFT: 0px; border-left:#eee 1px solid; border-right:#eee 1px solid; border-bottom:#eee 1px solid;  POSITION: relative; TOP: 0px
}
.mtDropdownMenu .hover {
	BACKGROUND:#308F07; COLOR:#fff;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px
}